Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deadline): adds UserData property to WorkerInstanceFleet #781

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

ddneilson
Copy link
Contributor

This PR adds the ability to provide your own UserData object to the deadline.WorkerInstanceFleet.

Implements: #780


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

This PR adds the ability to provide your own UserData object to
the deadline.WorkerInstanceFleet.
expect(decryptedKey).toContain('-----BEGIN RSA PRIVATE KEY-----');
// OpenSSL 1.0.x: -----BEGIN RSA PRIVATE KEY-----
// OpenSSL 1.1.x: -----BEGIN PRIVATE KEY-----
expect(decryptedKey).toMatch(/-----BEGIN (?:RSA )?PRIVATE KEY-----/);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was developing this on an Ubuntu 22.04 machine that uses OpenSSL 1.1.x, so I fixed this up while I was at it.

@ddneilson ddneilson merged commit b7e48b0 into aws:mainline Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants